go/types.Alias.fromRHS (field)
9 uses
go/types (current package)
alias.go#L51: fromRHS Type // RHS of type alias declaration; may be an alias
alias.go#L98: func (a *Alias) Rhs() Type { return a.fromRHS }
alias.go#L117: t = a.fromRHS
alias.go#L149: a.fromRHS = rhs
alias.go#L168: rhs := check.subst(pos, orig.fromRHS, makeSubstMap(orig.TypeParams().list(), targs), expanding, ctxt)
decl.go#L598: alias.fromRHS = rhs
object.go#L587: typ = alias.fromRHS
signature.go#L187: baseType := unpointer(a.fromRHS)
typexpr.go#L422: t.fromRHS = typ
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)